Skip to content

ConnectAd Update#6593

Open
rtuschkany wants to merge 2 commits into
prebid:masterfrom
rtuschkany:master
Open

ConnectAd Update#6593
rtuschkany wants to merge 2 commits into
prebid:masterfrom
rtuschkany:master

Conversation

@rtuschkany

Copy link
Copy Markdown
Contributor

🏷 Type of documentation

  • new bid adapter
  • update bid adapter
  • new feature
  • text edit only (wording, typos)
  • bugfix (code examples)
  • new examples

📋 Checklist

rtuschkany and others added 2 commits June 2, 2026 20:38
@netlify

netlify Bot commented Jun 2, 2026

Copy link
Copy Markdown

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit 877f6ab
🔍 Latest deploy log https://app.netlify.com/projects/prebid-docs-preview/deploys/6a1f29fd78d8430008603857
😎 Deploy Preview https://deploy-preview-6593--prebid-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 877f6abc06

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Please reach out to your ConnectAd Account Manager before configuring the S2S adapter for approval and setup.

### Bid Params
The ConnectAd server-side adapters (Java and Go) have been modernized to fully support **Video** and **Native** ad formats, OpenRTB 2.6 dynamic bid type resolution, and complete request payload (`imp.ext`) preservation.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove unsupported server-side media support claim

The linked Prebid.js PR only updates the client-side adapter, and I checked the current Prebid Server Go and Java bidder configs (static/bidder-info/connectad.yaml and src/main/resources/bidder-config/connectad.yaml), which still advertise only banner for ConnectAd site/app media types. Leaving this server-side statement in the docs will tell PBS publishers that video/native requests are supported even though those adapters will still be configured as banner-only, so server-side video/native setups can be rejected or fail to bid until the PBS adapters/configs are actually updated.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rtuschkany is there a linked PR to add the support in PBS as well? If so, please link. Otherwise resolve this comment

tcfeu_supported: true
usp_supported: true
coppa_supported: true
gpp_supported: true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
gpp_supported: true
gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp

Please state the legislations you support. gpp_supported is deprecated.
See https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter

fpd_supported: true
ortb_blocking_supported: true
gvl_id: 138
multiformat_supported: true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
multiformat_supported: true
multiformat_supported: will-bid-on-any, will-bid-on-one, will-not-bid

Choose one of the allowed values on how your system behaves with multi-format requests.

Please reach out to your ConnectAd Account Manager before configuring the S2S adapter for approval and setup.

### Bid Params
The ConnectAd server-side adapters (Java and Go) have been modernized to fully support **Video** and **Native** ad formats, OpenRTB 2.6 dynamic bid type resolution, and complete request payload (`imp.ext`) preservation.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rtuschkany is there a linked PR to add the support in PBS as well? If so, please link. Otherwise resolve this comment


## First Party Data

Publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html). The following fields are supported:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html). The following fields are supported:
Publishers should use the `ortb2` method of setting [First Party Data](/features/firstPartyData.html). The following fields are supported:

please use relativ links

- `ortb2.site.*`
- `ortb2.user.*`

AdUnit-specific data is supported using `AdUnit.ortb2Imp.ext.*`:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
AdUnit-specific data is supported using `AdUnit.ortb2Imp.ext.*`:
AdUnit-specific data is supported using `adUnit.ortb2Imp.ext.*`:


## Endpoint Compression

The ConnectAd adapter supports gzip compression for outgoing requests, which is built into Prebid.js core. For more information, see [Compression Support for Outgoing Requests](https://docs.prebid.org/dev-docs/bidder-adaptor.html#compression-support-for-outgoing-requests).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The ConnectAd adapter supports gzip compression for outgoing requests, which is built into Prebid.js core. For more information, see [Compression Support for Outgoing Requests](https://docs.prebid.org/dev-docs/bidder-adaptor.html#compression-support-for-outgoing-requests).
The ConnectAd adapter supports gzip compression for outgoing requests, which is built into Prebid.js core. For more information, see [Compression Support for Outgoing Requests](/dev-docs/bidder-adaptor.html#compression-support-for-outgoing-requests).

please use relative links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants